Lucene search
+L

2333 matches found

CVE
CVE
added 2024/03/21 10:43 a.m.8248 views

CVE-2024-26643

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: mark set as dead when unbinding anonymous set with timeout While the rhashtable set gc runs asynchronously, a race allows it tocollect elements from anonymous sets with timeouts while it is beingreleased fro...

7.8CVSS6.2AI score0.00195EPSS
Save
CVE
CVE
added 2024/02/29 3:52 p.m.7573 views

CVE-2023-52486

In the Linux kernel, the following vulnerability has been resolved: drm: Don't unref the same fb many times by mistake due to deadlock handling If we get a deadlock after the fb lookup in drm_mode_page_flip_ioctl()we proceed to unref the fb and then retry the whole thing from the top.But we forge...

7.8CVSS5.9AI score0.0022EPSS
Save
CVE
CVE
added 2024/05/01 5:17 a.m.7371 views

CVE-2024-26938

CVE-2024-26938 is a Linux kernel vulnerability in the drm/i915/bios path. The issue occurs when int​el_bios_encoder_supports_dp_dual_mode() encounters a NULL devdata for a DP encoder (e.g., if there is no VBT or the VBT does not declare the encoder). The kernel previously could oops or mis-handle...

5.5CVSS6.7AI score0.00222EPSS
Save
CVE
CVE
added 2024/04/08 10:2 a.m.7327 views

CVE-2024-26811

In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate payload size in ipc response If installing malicious ksmbd-tools, ksmbd.mountd can return invalid ipcresponse to ksmbd kernel server. ksmbd should validate payload size ofipc response from ksmbd.mountd to avoid me...

9.8CVSS6.1AI score0.00259EPSS
Save
CVE
CVE
added 2024/02/29 2:57 p.m.7320 views

CVE-2023-52485

CVE-2023-52485 affects the Linux kernel; the issue stems from wake DMCUB before issuing DMUB commands in the AMD display path, which could deadlock if the DMCUB is not powered. The description indicates a fix to rework command submission to exit idle power optimizations and reenable them after su...

5.5CVSS7.1AI score0.00214EPSS
Save
CVE
CVE
added 2024/05/19 10:10 a.m.7192 views

CVE-2024-35944

CVE-2024-35944: In the Linux kernel VMCI path, a run-time warning triggered by memcpy was observed when a field-spanning write occurred in vmci_datagram.c. The code copies a vmci_datagram dg into a local dg_info->msg with memcpy(&dg_info->msg, dg, dg_size), while dg_size = VMCI_DG_HEADERSIZ...

5.5CVSS6.8AI score0.00232EPSS
Save
CVE
CVE
added 2024/04/02 6:8 a.m.7110 views

CVE-2024-26656

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix use-after-free bug The bug can be triggered by sending a single amdgpu_gem_userptr_ioctlto the AMDGPU DRM driver on any ASICs with an invalid address and size.The bug was reported by Joonkyo Jung [email protected]...

7.8CVSS6.3AI score0.00225EPSS
Save
CVE
CVE
added 2024/02/29 3:52 p.m.6769 views

CVE-2023-52498

CVE-2023-52498 : Linux kernel sleep deadlock in system-wide PM code in low-memory conditions. root cause: system-wide resume core code could deadlock because async_schedule_dev() sometimes runs the argument synchronously and may contend for a mutex; this could cause ordering issues in resume call...

5.5CVSS6.3AI score0.00238EPSS
Save
CVE
CVE
added 2024/04/13 11:17 a.m.6494 views

CVE-2024-26817

CVE-2024-26817 affects the Linux kernel amdkfd component. The vulnerability arises from using kzalloc with a multiplication that can overflow; the fix replaces kzalloc with calloc to avoid integer overflow. Descriptions in connected Nessus advisories (Unity Linux UTSA advisories) reiterate the sa...

5.5CVSS6.2AI score0.00754EPSS
Save
CVE
CVE
added 2024/03/06 6:45 a.m.6329 views

CVE-2023-52587

CVE-2023-52587 (Linux kernel) affects IB/ipoib multicast locking. The issue arose when priv->lock was released while iterating priv->multicast_list in ipoib_mcast_join_task(), creating a window for ipoib_mcast_dev_flush() to remove items mid-iteration. If a mcast item is removed after the l...

5.5CVSS6.2AI score0.00309EPSS
Save
CVE
CVE
added 2024/05/01 5:19 a.m.6075 views

CVE-2024-26957

CVE-2024-26957 relates to the Linux kernel’s s390/zcrypt subsystem, where reference counting on zcrypt card objects was fixed to prevent a use-after-free of the zcrypt_card during hot-plug/probe/remove cycles. The issue could allow freeing a zcrypt card object while it is still in use, as demonst...

7.8CVSS6.4AI score0.00239EPSS
Save
CVE
CVE
added 2024/07/16 11:44 a.m.6074 views

CVE-2022-48828

In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix ia_size underflow iattr::ia_size is a loff_t, which is a signed 64-bit type. NFSv3 andNFSv4 both define file size as an unsigned 64-bit type. Thus thereis a range of valid file size values an NFS client can send that is...

9.1CVSS6.6AI score0.00251EPSS
Save
CVE
CVE
added 2024/03/06 6:45 a.m.6065 views

CVE-2023-52583

The CVE-2023-52583 entry describes a Linux kernel issue in the ceph component where dget() usage could lead to a deadlock due to incorrect lock ordering between dentry and its parent. The dead code path was never used because the parent directory is always supplied by callers, so the fix removes ...

5.5CVSS6.2AI score0.00182EPSS
Save
CVE
CVE
added 2024/05/01 5:27 a.m.5751 views

CVE-2024-26982

CVE-2024-26982 affects the Linux kernel Squashfs code. The vulnerability arises from an OOB read path in fill_meta_index() triggered by an inode number value of zero, which is treated as unused. After a faulty read aborts, an empty metadata index is invalidated with inode=0, and a subsequent read...

7.1CVSS7.5AI score0.0028EPSS
Save
CVE
CVE
added 2024/05/01 5:17 a.m.5699 views

CVE-2024-26931

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix command flush on cable pull System crash due to command failed to flush back to SCSI layer. BUG: unable to handle kernel NULL pointer dereference at 0000000000000000PGD 0 P4D 0Oops: 0000 [#1] SMP NOPTICPU: 27 P...

8.8CVSS6.5AI score0.00254EPSS
Save
CVE
CVE
added 2024/02/29 5:43 a.m.5471 views

CVE-2023-52476

CVE-2023-52476 refers to a Linux kernel vulnerability in the perf/x86/lbr path where a panic can occur if a vsyscall is made while LBR sampling is active. The issue arises when a vsyscall interrupt (NMI) leads to a decode path that dereferences next_byte pointing to the vsyscall address (e.g., ge...

5.5CVSS6AI score0.00228EPSS
Save
CVE
CVE
added 2024/07/29 5:39 p.m.5054 views

CVE-2024-42096

CVE-2024-42096 is a Linux kernel vulnerability in the x86 profiling code (profile_pc) used for timer-based profiling. The issue stemmed from the function’s assumptions about stack layout when accounting time spent in spinlocks, which could misattribute time and trigger KASAN warnings. The advisor...

5.5CVSS6.6AI score0.00238EPSS
Save
CVE
CVE
added 2024/03/06 6:45 a.m.4836 views

CVE-2023-52603

CVE-2023-52603 : In Linux kernel, a UBSAN array-index-out-of-bounds was reported in JFS’s dtSplitRoot (dtree) when the value of fsi drops below -1, causing an out-of-bounds access previously guarded by a check that only handled -1. A patch was added to handle values less than 0, addressing the ro...

7.8CVSS6.1AI score0.00289EPSS
Save
CVE
CVE
added 2024/03/06 6:45 a.m.4834 views

CVE-2023-52600

CVE-2023-52600 affects the Linux kernel JFS component. Root cause: a use-after-free in jfs_evict_inode where, if diMount(ipimap) fails, the released ipimap may be accessed in diFreeSpecial() as rcu_core() asynchronously frees it via jfs_free_node(). The fix ensures sbi->ipimap is not initializ...

7.8CVSS6.2AI score0.00281EPSS
Save
CVE
CVE
added 2024/03/06 6:45 a.m.4738 views

CVE-2023-52604

CVE-2023-52604 is a Linux kernel vulnerability affecting the JFS subsystem, specifically UBSAN: array-index-out-of-bounds in fs/jfs/jfs_dmap.c (dbAdjTree). Public writeups note an out-of-bounds access (index 196694 in an s8[1365] buffer) encountered during Syzkaller fuzzing, leading to a kernel p...

7.8CVSS6.3AI score0.00249EPSS
Save
CVE
CVE
added 2024/02/28 8:13 a.m.4609 views

CVE-2021-47002

CVE-2021-47002 references a SUNRPC NULL pointer dereference in the Linux kernel. Issue arises when alloc_pages_node() returns null and svc_rqst_free() dereferences a null rq_scratch_page during put_page(); the patch adds a null check in the failure path (svc_rqst_alloc()) to prevent dereferencing...

5.5CVSS6.5AI score0.00236EPSS
Save
CVE
CVE
added 2024/04/17 10:27 a.m.4557 views

CVE-2024-26878

In CVE-2024-26878, the Linux kernel quota NULL pointer dereference is addressed: a race between dquot_free_inode (or related) and quota_off can dereference an inode quota pointer after it is nulled. The fix uses a temporary pointer to prevent the use-after-free: if inode quota pointers are access...

4.7CVSS6.2AI score0.00189EPSS
Save
CVE
CVE
added 2024/03/06 6:45 a.m.4101 views

CVE-2023-52601

The CVE-2023-52601 entry refers to a Linux kernel flaw in the XFS-like JFS file system: a missing bound check in dbAdjTree when accessing dmt_stree can cause an array-index-out-of-bounds. The fix introduces a bool is_ctl to determine size, as described in the cited kernel commits. Affected/affect...

7.8CVSS7.4AI score0.00249EPSS
Save
CVE
CVE
added 2024/03/06 6:45 a.m.4022 views

CVE-2023-52585

The CVE-2023-52585 vulnerability affects the Linux kernel AMDGPU driver (drm/amdgpu). A NULL dereference could occur in amdgpu_ras_query_error_status_helper() when handling error info and an invalid block id; the fix returns -EINVAL for invalid block ids and prevents the NULL dereference. Affecte...

5.5CVSS7.2AI score0.00282EPSS
Save
CVE
CVE
added 2024/03/21 10:43 a.m.3965 views

CVE-2023-52620

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: disallow timeout for anonymous sets Never used from userspace, disallow these parameters.

7.8CVSS7.1AI score0.0024EPSS
Save
CVE
CVE
added 2024/05/01 5:19 a.m.3894 views

CVE-2024-26958

CVE-2024-26958 is a Linux kernel vulnerability in the NFS direct write path that could cause use-after-free (refcount underflow) when completing nfs_direct_request twice in a row. A patch fixes the double-completion scenario; the CVSS 3.1 base score is 7.8 (High) with Local attack and High impact...

7.8CVSS6.7AI score0.00244EPSS
Save
CVE
CVE
added 2024/05/19 10:10 a.m.3736 views

CVE-2024-35933

CVE-2024-35933 affects the Linux kernel Bluetooth btintel path. The root cause is a NULL pointer dereference in btintel_read_version when hci_cmd_sync_complete() is triggered and skb is NULL, leading to hdev->req_skb being NULL. The issue can enable local exploitation scenarios as described in...

5.5CVSS6.7AI score0.00223EPSS
Save
CVE
CVE
added 2024/05/01 5:19 a.m.3734 views

CVE-2024-26962

CVE-2024-26962 — Linux kernel (dm-raid/raid456 deadlock during reshape) Root cause: when a RAID-456 reshape is in progress, IO across the reshape position may wait for reshape progress. In the dm-raid path, certain states (read-only array, MD_RECOVERY_WAIT, MD_RECOVERY_FROZEN) caused reshape to f...

5.5CVSS6.5AI score0.00174EPSS
Save
CVE
CVE
added 2024/05/01 5:28 a.m.3725 views

CVE-2024-26996

Summary: CVE-2024-26996 relates to a use-after-free in the Linux kernel USB gadget NCM implementation. When the NCM function is active and the usb0 interface is brought down, an error in usb_ep_enable() may cause in_ep/out_ep to remain disabled. During ncm_disable(), gether_disconnect() is not ca...

7.8CVSS6.3AI score0.00233EPSS
Save
CVE
CVE
added 2017/05/10 4:0 p.m.3303 views

CVE-2017-8890

CVE-2017-8890 is a Linux kernel vulnerability affecting the IPv4 networking stack. The issue is a double free in inet_csk_clone_lock() in net/ipv4/inet_connection_sock.c, which can be triggered via the accept() system call and leads to a denial of service (kernel memory corruption/crash). The Cen...

7.8CVSS7.9AI score0.01372EPSS
Save
CVE
CVE
added 2024/12/24 9:24 a.m.2574 views

CVE-2024-53241

CVE-2024-53241 affects the Linux kernel when running with Xen PV guests. The root cause is an unsafe PV iret hypercall path via the Xen hypercall page. The fix replaces the hypercall-page jump with an inlined sequence in xen-asm.S to stop using the hypercall page, preparing for its removal due to...

5.5CVSS7.2AI score0.0031EPSS
Save
CVE
CVE
added 2024/12/27 2:23 p.m.2549 views

CVE-2024-56570

CVE-2024-56570 – Linux kernel ovl (overlayfs) : The vulnerability arises in the ovl module where directory inodes that lack the lookup function could be processed, potentially triggering errors in overlayfs when passed to the lowerstack. The fix adds a check in ovl_dentry_weird() to filter/skip i...

7.8CVSS6.5AI score0.00235EPSS
Save
CVE
CVE
added 2024/12/27 1:38 p.m.2480 views

CVE-2024-53164

In the Linux kernel, the following vulnerability has been resolved: net: sched: fix ordering of qlen adjustment Changes to sch->q.qlen around qdisc_tree_reduce_backlog() need to happenbefore a call to said function because otherwise it may fail to notifyparent qdiscs when the child is about to...

7.8CVSS6.5AI score0.00254EPSS
Save
CVE
CVE
added 2024/12/27 1:49 p.m.2428 views

CVE-2024-53183

CVE-2024-53183 concerns a Linux kernel vulnerability: in uml/net handling, the code previously used drvdata during device release, but drvdata may not exist at release time. The fix is to retrieve the uml_net instance with container_of() instead of drvdata, preventing a crash when removing a netw...

5.5CVSS6.5AI score0.00247EPSS
Save
CVE
CVE
added 2025/01/15 1:5 p.m.2424 views

CVE-2024-57893

In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: oss: Fix races at processing SysEx messages OSS sequencer handles the SysEx messages split in 6 bytes packets, andALSA sequencer OSS layer tries to combine those. It stores the datain the internal buffer and this acces...

7.8CVSS6.7AI score0.00158EPSS
Save
CVE
CVE
added 2024/12/27 2:51 p.m.2401 views

CVE-2024-56616

CVE-2024-56616 (Linux kernel) affects drm_dp_mst sideband handling. The MST sideband message body length check was fixed to require at least 1 byte (accounting for the message CRC). Without this, a header with a valid header CRC but body length 0 could trigger memory corruption in drm_dp_sideband...

7.8CVSS6.7AI score0.00215EPSS
Save
CVE
CVE
added 2025/01/31 11:25 a.m.2365 views

CVE-2024-57948

Summary (CVE-2024-57948) : In the Linux kernel, the mac802154 subsystem had a vulnerability where, during removal of an IEEE 802.15.4 network interface, a list-del operation could run on a stale sdata entry if local interfaces had not been validated first. This could allow a corrupted list path t...

5.5CVSS6.9AI score0.00217EPSS
Save
CVE
CVE
added 2024/12/27 2:51 p.m.2354 views

CVE-2024-56597

CVE-2024-56597 is a confirmed Linux kernel vulnerability affecting the JFS filesystem logic. The issue is a shift-out-of-bounds in jfs/dbSplit, triggered when dmt_budmin is less than zero, leading to errors in later stages. The fix adds a pre-check in dbAllocCtl to return an error earlier, preven...

7.8CVSS6.5AI score0.00234EPSS
Save
CVE
CVE
added 2024/12/27 2:50 p.m.2332 views

CVE-2024-56590

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_core: Fix not checking skb length on hci_acldata_packet This fixes not checking if skb really contains an ACL header otherwisethe code may attempt to access some uninitilized/invalid memory past thevalid skb->da...

7.6CVSS6.7AI score0.0022EPSS
Save
CVE
CVE
added 2024/12/27 1:49 p.m.2317 views

CVE-2024-53195

CVE-2024-53195 : In the Linux kernel (arm64 KVM), a flawed use of userspace_irqchip_in_use can trigger a WARN_ON in kvm_timer_update_irq() during VM/vCPU interactions when a PMU (KVM_ARM_VCPU_PMU_V3) is requested but not fully initialized. The described scenario: a VM is created, vCPU initialized...

5.5CVSS6.5AI score0.00218EPSS
Save
CVE
CVE
added 2024/12/27 1:49 p.m.2316 views

CVE-2024-53181

CVE-2024-53181 refers to a Linux kernel vulnerability where vector_device_release could crash due to using drvdata after release. The fix removes drvdata access in release and uses container_of() to obtain the vector_device instance, preventing a crash and kernel panic from a segfault. The issue ...

5.5CVSS6.5AI score0.00247EPSS
Save
CVE
CVE
added 2025/01/11 2:30 p.m.2308 views

CVE-2024-57849

The CVE-2024-57849 issue is in the Linux kernel s390 CPUMF sampling path. When a CPU is hotplugged out while a performance event is still active on that CPU, the hotplug/removal sequence can cause SDBs (sampling data buffers) to be freed while still in use, creating a potential use-after-free con...

7.8CVSS6.3AI score0.00202EPSS
Save
CVE
CVE
added 2024/12/27 1:49 p.m.2297 views

CVE-2024-53184

CVE-2024-53184 affects the Linux kernel ubd subsystem, where release-time drvdata access could cause crashes during device removal. The fix replaces drvdata usage with container_of() to locate the ubd instance, preventing a NULL-deref crash when removing a ubd device. The advisories (Unity Linux ...

5.5CVSS6.9AI score0.00247EPSS
Save
CVE
CVE
added 2025/01/11 2:8 p.m.2282 views

CVE-2024-57838

CVE-2024-57838 affects the Linux kernel on s390 where stack-depot filtering cannot de-duplicate stacks because the .irqentry.text section is empty. The root cause is that IO/EXT interrupt handlers were not correctly placed into the .irqentry.text region on s390, hindering stack trace filtering fo...

7.1CVSS6.7AI score0.0021EPSS
Save
CVE
CVE
added 2025/01/15 1:5 p.m.1584 views

CVE-2024-57898

Technical details for CVE-2024-57898 are not provided in the supplied documents. Public information about affected products, impact, or fixes is unavailable here; monitor vendor advisories for updates.

3.3CVSS6.5AI score0.0018EPSS
Save
CVE
CVE
added 2024/03/06 6:45 a.m.1573 views

CVE-2023-52602

CVE-2023-52602: In the Linux kernel, the JFS slab-out-of-bounds Read vulnerability occurs while searching the current page in the sorted entry table during dtSearch, leading to an out-of-bounds access. The issue was fixed by adding a bound check. The advisory notes that the return code was set to...

7.8CVSS7.6AI score0.00249EPSS
Save
CVE
CVE
added 2024/02/20 6:34 p.m.1515 views

CVE-2023-52436

CVE-2023-52436 affects the Linux kernel in the f2fs file system. The issue arises when setting an extended attribute (xattr) because the xattr list was not guaranteed to be zeroed in unused space; the fix explicitly terminates the xattr list to avoid relying on zeroed unused space. The descriptio...

7.8CVSS7.5AI score0.00302EPSS
Save
CVE
CVE
added 2025/01/15 1:5 p.m.1444 views

CVE-2024-57899

CVE-2024-57899 affects the Linux kernel’s wifi/mac80211 code. On 32‑bit systems, the code uses or_each_set_bit(bit, &bits, sizeof(changed) * BITS_PER_BYTE) where an 8‑byte u64 is accessed as a 4‑byte unsigned long, causing incorrect bit searches and potential flag corruption in MBSS changes. The ...

7.8CVSS6.8AI score0.00218EPSS
Save
CVE
CVE
added 2024/02/24 2:56 p.m.1424 views

CVE-2024-26601

In the Linux kernel, the following vulnerability has been resolved: ext4: regenerate buddy after block freeing failed if under fc replay This mostly reverts commit 6bd97bf273bd ("ext4: remove redundantmb_regenerate_buddy()") and reintroduces mb_regenerate_buddy(). Based oncode in mb_free_blocks()...

7.8CVSS6.8AI score0.00278EPSS
Save
CVE
CVE
added 2024/02/23 2:46 p.m.1255 views

CVE-2023-52458

CVE-2023-52458 affects the Linux kernel block subsystem where partition length must be aligned to the disk’s logical block size. The issue arises before adding or resizing partitions when length isn’t checked for LBS alignment; if LBS > 512 bytes, the partition size may not be a multiple of LB...

5.5CVSS6.6AI score0.00231EPSS
Save
Total number of security vulnerabilities2333